翻訳と辞書
Words near each other
・ Batement light
・ Baten
・ Baten Kaitos
・ Baten Kaitos Origins
・ Batenburg
・ Batenburg Castle
・ Batenburg Windmill
・ Batenburgers
・ Batenia
・ Batepá massacre
・ Bateque Formation
・ Bater
・ Bater (surname)
・ Baterbu
・ Bateri language
Batch file
・ Batch Monitor
・ Batch oven
・ Batch plant
・ Batch process
・ Batch processing
・ Batch production
・ Batch reactor
・ Batch renaming
・ Batcham
・ Batchawana Bay
・ Batchawana Bay Provincial Park
・ Batchawana Bay, Ontario
・ Batchawana River
・ Batchawana Water Aerodrome


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Batch file : ウィキペディア英語版
Batch file

A batch file is a kind of script file in DOS, OS/2 and Windows. It consists of a series of commands to be executed by the command line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as "if", "for", "goto" and labels.
Similar to Job Control Language (JCL) and other systems on mainframe and minicomputer systems, batch files were added to ease the work required for certain regular tasks by allowing the user to set up a script to automate them. When a batch file is run, the shell program (usually COMMAND.COM or cmd.exe) reads the file and executes its commands, normally line-by-line. Unix-like operating systems (such as Linux) have a similar, but more flexible, type of file called a shell script.
The filename extension .bat is used in DOS and Windows. Windows NT and OS/2 also added .cmd. Batch files for other environments may have different extensions, e.g. .btm in 4DOS, 4OS2 and 4NT related shells.
The detailed handling of batch files has changed. Some of the detail in this article applies to all batch files while other details apply only to certain versions.
==Variants==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Batch file」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.